home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / mars2.dxr / 00061_SHOWER1.MOV.ls < prev    next >
Encoding:
Text File  |  1997-06-05  |  302 b   |  13 lines

  1. on mouseUp
  2.   puppetSprite(5, 1)
  3.   set QTstate to the controller of cast "SHOWER1.MOV"
  4.   if QTstate = 0 then
  5.     set the controller of cast "SHOWER1.MOV" to 1
  6.   else
  7.     set the controller of cast "SHOWER1.MOV" to 0
  8.   end if
  9.   set the movieRate of sprite 5 to 1
  10.   updateStage()
  11.   puppetSprite(5, 0)
  12. end
  13.